home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / animatin / anim_q2z / trek3d / startrek.ctl < prev    next >
Encoding:
Text File  |  1995-04-26  |  635 b   |  32 lines

  1. ;STARTREK PD3DCTL.ACC (.CTL) CONTROL FILE
  2. ;Requires Tom Hudson's CAD-CONTROL ACCESSORY to operate
  3. ;Opens file 'STARTREK' an drive 'A'
  4. ;You may change drive designator if you want to put the file
  5. ;onto drive 'B' or a hard drive
  6. RCON A:\,STARTREK,1
  7. ;Selects SUPERVIEW mode, camera status and turns on the background
  8. CAM1 0,5,10
  9. ZOOM 130
  10. PSPC 999
  11. VMOD 2
  12. DFMD 1
  13. EDGE 0
  14. RCTR 2
  15. ARBC 0,0,0
  16. BGND 1
  17. SGRP 0
  18. ;Records first frame
  19. RCRD
  20. ;Rotates group 5 degrees and records two frames of each 71 times
  21. LOOP 71
  22. GROT -5,0,0
  23. RCRD
  24. RCRD
  25. ****
  26. ;Records final frame (same as first) and closes the file
  27. GROT -5,0,0
  28. RCRD
  29. RCOF
  30.  
  31.  
  32.